home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / Madness4 / Madness4.txt < prev    next >
Encoding:
Text File  |  1980-11-27  |  1.4 KB  |  42 lines

  1. MACHINE:A1200 although possibly any amiga with enough chip ram
  2.         soon to be AGA only when i write the next routine
  3.         so that i can have big multicoloured sprites
  4. CODE:Andyrew
  5. GFX:OJ
  6. LEFT SHIFT EXIT         
  7.  
  8. Status: incomplete (scrolling works though)
  9.     next bit to right is the player
  10.  
  11. Miner Madness4 is my current project.
  12.  
  13.  
  14. MinerMadness 1&2 were games i wrote with my mate merlin on
  15. ye olde c64.  They were flip screen games, which we played to death
  16. sadly we never released them.  If I remember ill upload them to
  17. arnold or some other 64 site.
  18.  
  19. MM4 is 8 way scrolling up to 4 pixels a vblank.
  20. it runs at 50 frames a second on my 1200.
  21.  
  22. the level is created from an iff picture.
  23.  
  24. its going to have a very rough light sourcing 
  25. its just a pretty effect and i dont see the point in spending all
  26. my processor time making it perfect. if you want perfect buy me
  27. a gfx card and an exelorator.
  28.  
  29. BUGS:other than it just being the scroller, NONE that are mine.
  30.      but, ifflib keeps refusing to open in some screen modes (WEIRD!)
  31.      to fix this run codewatcher (for some reason) with madness4.x
  32.      
  33.      i.e. codewatcher madness4.x
  34.      
  35. Source is included. I use standard includes, but i also have
  36.     my own collection of little routines which i have not
  37.     included. They are all minor things like takeover system
  38.     setup standard things etc.
  39.  
  40.  
  41. Email:    The_Widds@MSN.COM    Yes I know its MSN so sue me!
  42.